@import url('https://fonts.googleapis.com/css2?family=Foldit:wght@100&family=Montserrat:wght@300;400;700;800&family=Nunito+Sans:opsz,wght@6..12,400;6..12,700&display=swap');

* {
    margin: 0;
    padding: 0;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    font-size: var(--white-color);
}

:root {
    --bg-body-color: #001973;
    --secondary-bg: #2846AF;
    --footer-bg: #000E42;
    --elements-bg: #812E00;
    --white: #ffffff;
    --main-accent: #FF3939;
    --secondary-accent: #812E00;
    --text-secondary: #bfc6e1;
    --devider: #6070AB;
}

body {
    background-color: var(--bg-body-color);
    overflow-x: hidden;
    width: 100%;
    height: 100%;
}

.link {
    cursor: pointer;
}

body>.container {
    width: 80%;
    margin: 0 auto;
}

.mob {
    display: none !important;
}

a {
    text-decoration: none;
}

header {
    width: 100%;
    height: 70px;
    background-color: transparent;
    margin: 0 auto;
    z-index: 100;
    padding-top: 10px;
}


.wrapper_banner header .container {
    width: 80%;
    height: 100%;
    margin: 0 auto;
    padding: 0px 10px;
    position: relative;
}


.wrapper_banner header .container .wrapper {
    display: flex;
    justify-content: center;
    align-items: center;

}

header .container .wrapper nav ul {
    display: flex;
    justify-content: space-around;
    gap: 50px;
}

header .container .wrapper nav ul li {
    list-style-type: none;
    padding: 5px 15px;
    height: 100%;
    position: relative;
}



header .container .wrapper nav ul li a {
    text-decoration: none;
    color: var(--white);
}

header .btn {
    position: absolute;
    right: 1%;
}


.btn {
    height: 25px;
    padding: 5px 20px;
    color: var(--white);
    border: 0;
    border-radius: 2px;
    cursor: pointer;
    font-size: 14px;
    line-height: 25px;
    font-weight: 700;
    text-align: center;
    border-radius: 35px;
}

.main_btn {
    background-color: var(--main-accent);
}

.scnd_btn {
    background-color: var(--secondary-accent);
}

.btn:hover {
    opacity: 0.8;
}

.wrapper_banner {
    width: 100%;
    height: 500px;
    background-color: var(--secondary-bg);
    background-position: 50%;
    background-size: cover;
    margin: 0px auto;
    border-radius: 5px;

}

.wrapper_banner .container {
    width: 95%;
    height: 100%;
    margin: 0 auto;
}


.wrapper_banner .container .wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    height: 80%;
}

.wrapper_banner .container .wrapper .bunner-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--white);
    text-align: center;
    font-weight: 900;
    line-height: 4.5rem;
    width: 50%;
}

.wrapper_banner .container .wrapper .bunner-info p {
    text-align: center;
    font-family: Montserrat;
    font-size: 48px;
    font-style: normal;
    font-weight: 900;
    /* 44.976px */
    text-transform: uppercase;
}

.wrapper_banner .container .wrapper .bunner-info p:nth-child(2) {
    color: var(--White, #FFF);
    font-family: Montserrat;
    font-size: 40.473px;
    font-style: normal;
    font-weight: 900;
    line-height: 93.7%;
    text-transform: uppercase;
}

.wrapper_banner .container .wrapper .bunner-info span {
    color: #FFF;
    font-family: Montserrat;
    font-size: 94.438px;
    font-style: normal;
    font-weight: 900;
    line-height: 93.7%;
    text-transform: uppercase;
}

.wrapper_banner .container .wrapper .bunner-info span.bonus {
    color: #FF3939;
    font-family: Montserrat;
    font-size: 94.438px;
    font-style: normal;
    font-weight: 900;
    line-height: 93.7%;
    text-transform: uppercase;
}

.wrapper_banner .container .wrapper .banner-img {
    height: 320px;
}

.wrapper_banner .container .wrapper .banner-img img {
    height: 100%;
}

.wrapper_banner .container .wrapper .banner-btns {
    margin-top: 20px;

}

.wrapper_banner .container .wrapper .banner-btns .btn {
    font-size: 1.5rem;
    padding: 10px 35px;
}

.menu_section {
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    height: 50px;
    background-color: var(--secondary-bg);
    border-radius: 35px;
    z-index: 105;
}

.menu_section .container {
    padding: 0px 10px;
    height: 100%;

}

.menu_section .container nav {
    height: 100%;
}

.menu_section .container nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 160px;
    height: 100%;
}

.menu_section .container nav ul li {
    list-style-type: none;
    padding: 0px 10px;
    border-radius: 20px;
}

.menu_section .container nav ul li:hover {
    background-color: var(--bg-body-color);
    padding: 7px 15px;

}

.menu_section .container nav ul li a {
    color: var(--white);
}

.menu_section .container .wrapper .menu_item {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    color: var(--text-secondary);
    cursor: pointer;
}

.menu_section .container .wrapper .menu_item img {
    width: 25px;
}

.menu_section a {
    text-decoration: none;
}

.navigation__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--white);
    font-size: 1.2rem;
    padding: 10px 0px;

}

.flex_cnt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.flex_cnt .img_item {
    display: flex;
    justify-content: space-around;
    gap: 20px;
    width: 25%;
}

.flex_cnt .img_item img {
    border-radius: 20px;
}

.flex_cnt .txt_item {
    width: 50%;
    text-align: center;
}

.flex_cnt .txt_item .txtwrapper {
    padding-left: 40px;
}

.game__list {
    width: 100%;
    margin: 40px auto;
}

.game__list .wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.game__list .wrapper img {
    width: 100%;
    border-radius: 20px;
}

.game__list-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.game-title {
    color: var(--white);
    font-weight: 900;
    font-size: 1.5rem;
}

.main {
    margin-bottom: 40px;

}

.textSection .content_section {
    color: var(--white);
    border-radius: 5px;
}

.textSection .content_section a {
    color: #FFC700;
}

.textSection .content_section h1 {
    font-size: 40px;
    margin-bottom: 20px;
}

.textSection .content_section h2 {
    font-size: 32px;
    margin: 20px 0px;
}

.textSection .content_section h3 {
    font-size: 26px;
    margin: 20px 0px;
}

.textSection .content_section p {
    font-size: 1rem;
    font-style: normal;
    line-height: 30px;
}


.textSection .content_section ul {
    list-style: none;
    margin: 20px;
}

.textSection .content_section ul,
.textSection .content_section ol {
    margin: 20px;

}


.textSection .content_section ul li,
.textSection .content_section ol li {
    line-height: 30px;
}


.textSection .content_section ul li::before {
    content: "\2022";
    color: var(--main-accent);
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.text-img {
    max-width: 100%;
    display: block;
    border-radius: 5px;
    margin: 20px auto;
}

.txt_area {
    border-radius: 35px;
    padding: 10px 40px;
    margin-bottom: 40px;
}

.main .textSection .txtBtn {
    background-color: var(--main-accent);
    color: var(--white);
    padding: 10px 50px;
    display: block;
    margin: 40px auto;
    width: 90%;
    text-transform: uppercase;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px auto;
}

th,
td {
    border: 1px solid var(--secondary-accent);
    padding: 8px;
    text-align: left;
}

th {
    background-color: #6070AB;
    color: #fff;
}


tr:nth-child(even) {
    background-color: var(--bg-body-color);
}

tr:hover {
    background-color: var(--main-accent);
    color: #fff;
}

.provider-section {
    padding: 20px 40px;
    border-radius: 35px;

}

.provider-section img {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.games-section {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 20px auto;
}

.games-section .games_title {
    display: flex;
    justify-content: space-between;
    color: var(--text-secondary);
}

.all_games {
    display: flex;
    gap: 10px;
}

.all_games div {
    background-color: #130D25;
    padding: 5px 10px;
    border-radius: 5px;
}

.all_games div:last-child {
    background-color: #2a253a;

}

.arrow {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(90deg);
    -webkit-transform: rotate(-45deg);
    transition: transform 0.2s ease-in-out;
}

.left {
    transform: rotate(90deg);
    -webkit-transform: rotate(135deg);
    border-color: #292f38;
}


.games-section .games_title .title {
    font-weight: 700;
}

.games-section .game_item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

.games-section .game_item img {
    width: 270px;
}


footer {
    width: 100%;
    background-color: var(--footer-bg)
}

footer .container {
    padding: 30px 0;
    width: 80%;
    margin: 0 auto;
}

footer .container .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    gap: 20px;
}

.footer_descr {
    text-align: center;
    color: var(--white);
}

footer img {
    width: 200px;
}

.copyright {
    margin: 20px auto;
    color: var(--text-secondary);
    text-align: center;
}

.burger__menu {
    display: block;
    position: relative;
    width: 50px;
    height: 25px;
    cursor: pointer;
    margin: 0px 10px;
}

.burger__menu span,
.burger__menu::before,
.burger__menu::after {
    position: absolute;
    height: 4px;
    width: 50px;
    transition: all 0.3s ease 1s;
    background-color: var(--white);
}


.burger__menu::before,
.burger__menu::after {
    content: "";
}

.burger__menu::before {
    top: 0;
}

.burger__menu::after {
    bottom: 0;
}

.burger__menu span {
    top: 50%;
    transform: scale(1) translate(0px, -50%);
}

.burger__menu._active span {
    transform: scale(0) translate(0px, -50%);
}

.burger__menu._active::before {
    top: 50%;
    transform: rotate(45deg) translate(0px, -50%);
}

.burger__menu._active::after {
    bottom: 50%;
    transform: rotate(-45deg) translate(0px, 50%);
}

.nav_menu {
    display: none;
}

.mobile_nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: -120%;
    left: 0;
    width: 100%;
    height: 101%;
    background-color: var(--bg-body-color);
    overflow-x: hidden;
    transition: all .5s ease;
    z-index: 101;
}

.mobile_nav._active {
    top: 0;
}

.mobile_nav._active {
    top: 0;
}

.mobile_nav a,
.nav_menu a {
    text-decoration: none;
    color: var(--white);
    text-align: center;
    font-size: 2rem;

}

.burger {
    position: absolute;
    top: 5%;
    right: 10%;
}

.mobile_nav nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.mobile_nav nav ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    text-align: center;
    margin: 0;
}

.mobile_nav nav ul li {
    list-style-type: none;
}


.txt_img {
    display: flex;
}



@media(max-width: 900px) {

    .pc {
        display: none !important;
    }

    .mob {
        display: block !important;
    }

    body>.container {
        width: 95%;
    }

    header {

        position: fixed;
    }

    .wrapper_banner .container {
        width: 95%;
        height: 60%;
        margin: 0 auto;
    }

    .game__list .wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        padding: 0 40px;
    }

    .game-title {
        font-size: 1rem;
    }

    .provider-section img.mob {
        display: none !important;
    }

    .provider-section img.pc {
        width: 80%;
        display: block !important;
    }

    footer .container {
        padding-bottom: 10px;
    }

    footer .container .wrapper {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 20px;
    }

    .wrapper_banner header .container .wrapper {
        justify-content: space-between;
    }

    .wrapper_banner .container .wrapper .bunner-info {
        margin-top: 100px;
        width: 100%;
    }


    .wrapper_banner .container .wrapper .bunner-info {
        justify-content: flex-start;
        align-items: flex-start;
        text-align: start;
    }

    .wrapper_banner header .container {
        width: 98%;
        padding: 0px 0px;
        padding-left: 10px;
    }

    .wrapper_banner header .container .header_logo{
        margin-top: 20px;
    }


    .txt_img {
        flex-direction: column;
    }

    .wrapper_banner .container .wrapper {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        height: 80%;
    }

    header {
        padding: 0;
    }

    .main .textSection .txtBtn {
        width: 70%;
    }

    header .container{
        position: relative;
    }

    .brgr{
        background-color: #2846AF;
        padding: 15px;
        padding-right: 0px;
        border-radius: 0 0 0 20px;
        position: absolute;
        right: 0;
        top: 0;
    }
}

@media(max-width: 600px) {
    .wrapper_banner {
        width: 100%;
        height: 300px;
    }

    .wrapper_banner .container .wrapper .banner-btns {
        margin-top: 0px;
        line-height: 1px;
    }

    .game__list .wrapper {
        padding: 0 0px;
    }

    .textSection .content_section h1 {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .textSection .content_section h2 {
        font-size: 28px;
        margin: 20px 0px;
    }

    .textSection .content_section h3 {
        font-size: 22px;
        margin: 20px 0px;
    }

    th,
    td {
        padding: 5px;
    }

    table p {
        font-size: 14px !important;
    }

    .txt_area {
        padding: 10px 20px !important;
    }

    .wrapper_banner .container {
        padding: 10px;
        padding-top: 0px;
    }

    .wrapper_banner .container .wrapper .banner-btns .btn {
        font-size: 1rem;
    }

    .provider-section img.mob {
        display: block !important;
        width: 80%;
    }

    .provider-section img.pc {
        display: none !important;
    }

    .games-section .game_item {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
    }

    .games-section .games_title {
        display: flex;
        justify-content: space-around;
        color: var(--text-secondary);
    }

    .games-section .game_item img {
        width: 180px;
    }

    footer img {
        width: 100px;
    }

    .wrapper_banner .container .wrapper .bunner-info p {
        color: var(--White, #FFF);
        text-align: start;
        font-family: Montserrat;
        font-size: 25.054px;
        font-style: normal;
        font-weight: 900;
        line-height: 93.7%;
        /* 15.98px */
        text-transform: uppercase;
    }

    .wrapper_banner .container .wrapper .bunner-info p:nth-child(2) {
        color: var(--White, #FFF);
        font-family: Montserrat;
        font-size: 25.38px;
        font-style: normal;
        font-weight: 900;
        line-height: 93.7%;
        text-transform: uppercase;
    }

    .wrapper_banner .container .wrapper .bunner-info span {
        color: #FFF;
        font-family: Montserrat;
        font-size: 33.553px;
        font-style: normal;
        font-weight: 900;
        line-height: 93.7%;
        text-transform: uppercase;
    }

    .wrapper_banner .container .wrapper .bunner-info span.bonus {
        color: #FF3939;
        font-family: Montserrat;
        font-size: 33.553px;
        font-style: normal;
        font-weight: 900;
        line-height: 93.7%;
        text-transform: uppercase;
    }
}

@media(max-width:400px) {
    .wrapper_banner {
        width: 90%;

    }

    body>.container {
        width: 100%;
    }

    .wrapper_banner {
        margin-bottom: 0;
    }

    .wrapper_banner .container {
        padding: 10px 20px;
    }

    .textSection .content_section {
        padding: 20px 10px;
    }


    .textSection .content_section table p {
        font-size: 10px !important;
        line-height: 15px !important;
    }

    .games-section .game_item img {
        width: 150px;
    }

}

@media(max-width: 374px) {

    .textSection .content_section table p {
        font-size: 8px !important;
        line-height: 10px !important;
    }

    .wrapper_banner .container {
        padding: 10px 10px;
    }

    .wrapper_banner .container .wrapper .banner-btns .btn {
        font-size: 1rem;
    }

    .games-section .game_item img {
        width: 140px;
    }

}

.scrolled {
    background-color: var(--bg-body-color); /* Замените 'red' на нужный вам цвет */
    transition: background-color 0.3s ease; /* Анимация изменения цвета */
}